#
# Oliver Soop oliversoop@gmail.com
# 22. May 2014
#
This folder contains Python scripts to calculate relevant graph metrics and other values for analysis

	CountEdges.py - Script to count different types of edges in the network, where input file is edge list with vertex type as the 3rd and 4th column
	CreateTimeSeries.py - Script to extract different time series (by hour, day etc), used for temporal pattern extraction
	ExtractAttributeFile.py - Used to create extra attribute file separate from edge list, required for R igraph input